xen/arm: smmuv3: Change *array into *const array
authorBixuan Cui <cuibixuan@huawei.com>
Tue, 23 Aug 2022 14:11:04 +0000 (15:11 +0100)
committerJulien Grall <jgrall@amazon.com>
Tue, 6 Sep 2022 16:43:29 +0000 (17:43 +0100)
commit6717b8e6a945ef7efb87e9d625dcf71ad0ef81ba
tree94bf17203bad33b8cdb72ac695f1867094aa746a
parentf9f03811be0599ea5d1bf917aeed384b641f4457
xen/arm: smmuv3: Change *array into *const array

Backport Linux commit d56d5162e317. This is the clean backport without
any changes.

Fix checkpatch warning in arm-smmu-v3.c:
static const char * array should probably be static const char
* const

Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Signed-off-by: Will Deacon <will@kernel.org>
Origin: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git d56d5162e317
Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/drivers/passthrough/arm/smmu-v3.c